Creating and saving image from byte[]
        Posted  
        
            by dotnetdev
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by dotnetdev
        
        
        
        Published on 2010-06-12T22:19:33Z
        Indexed on 
            2010/06/12
            22:22 UTC
        
        
        Read the original article
        Hit count: 197
        
c#
Hi,
I am storing an array of bytes into SQL Server. I want to create and save an image from a byte[] but several attempts seem unreliable and result in intermittent exceptions.
What is the best way to go about this?
© Stack Overflow or respective owner